projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11a4479
)
arm: trats: Power down core 1
author
Piotr Wilczek
<
[email protected]
>
Mon, 8 Oct 2012 20:45:42 +0000
(20:45 +0000)
committer
Minkyu Kang
<
[email protected]
>
Thu, 15 Nov 2012 12:08:18 +0000
(21:08 +0900)
This patch turns power down for unused core 1
Signed-off-by: Piotr Wilczek <
[email protected]
>
Signed-off-by: Kyungmin Park <
[email protected]
>
Signed-off-by: Minkyu Kang <
[email protected]
>
board/samsung/trats/trats.c
patch
|
blob
|
history
diff --git
a/board/samsung/trats/trats.c
b/board/samsung/trats/trats.c
index 57400ce374eeb55935ff4e2c3929ba205a33fa34..d5c681c05e238ce53866249ee80f25c4415ca6ee 100644
(file)
--- a/
board/samsung/trats/trats.c
+++ b/
board/samsung/trats/trats.c
@@
-321,6
+321,10
@@
static void board_power_init(void)
writel(0, (unsigned int)&pwr->lcd1_configuration);
writel(0, (unsigned int)&pwr->gps_configuration);
writel(0, (unsigned int)&pwr->gps_alive_configuration);
+
+ /* It is necessary to power down core 1 */
+ /* to successfully boot CPU1 in kernel */
+ writel(0, (unsigned int)&pwr->arm_core1_configuration);
}
static void board_uart_init(void)